home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  130 b   |  7 lines

  1. on(release){
  2.    game_title = "FROG_Warehouse_P";
  3.    set("../../:Pyramid","1");
  4.    set("../../:SpaceFrog","0");
  5.    play();
  6. }
  7.